home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-13 | 321 b | 14 lines | [TEXT/ttxt] |
- language: infix-dylan
- module: hello-module
-
- // Copyright © 1994 by Apple Computer, Inc. All rights reserved.
-
- define-framework-library("hello-library");
-
- define constant $hello-string-id = 1000;
-
- define constant $hello-window-title-id = 1001;
-
- define constant $file-menu-id = 1000;
-
- define constant $edit-menu-id = 1001;